home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / wot-20080519-fx.xpi / chrome / wot.jar / skin / include / sample.css < prev    next >
Cascading Style Sheet File  |  2007-11-11  |  1KB  |  52 lines

  1. body {
  2.     background-color: white;
  3.     font-family: Arial, sans-serif;
  4.     font-size: small;
  5.     color: black;
  6. }
  7. #sample {
  8.     display: block;
  9.     width: 530px;
  10.     height: 407px;
  11. }
  12. .result {
  13.     margin-bottom: 17px;
  14. }
  15. .title {
  16.     display: inline;
  17.     text-decoration: underline;
  18.     font-size: larger;
  19.     color: #0000cc;
  20. }
  21. .preview {
  22.     margin-top: 2px;
  23.     margin-bottom: 2px;
  24. }
  25. .location {
  26.     display: inline;
  27.     color: green;
  28. }
  29. .similar {
  30.     display: inline;
  31.     color: #7777cc;
  32. }
  33. .rating {
  34.     padding-right: 20px;
  35.     background: url("chrome://wot/skin/fusion/16_16/plain/no_rep_available.png") bottom right no-repeat;
  36. }
  37. .rating.r1 {
  38.     background: url("chrome://wot/skin/fusion/16_16/plain/danger.png") bottom right no-repeat;
  39. }
  40. .rating.r2 {
  41.     background: url("chrome://wot/skin/fusion/16_16/plain/not_safe.png") bottom right no-repeat;
  42. }
  43. .rating.r3 {
  44.     background: url("chrome://wot/skin/fusion/16_16/plain/caution.png") bottom right no-repeat;
  45. }
  46. .rating.r4 {
  47.     background: url("chrome://wot/skin/fusion/16_16/plain/alright.png") bottom right no-repeat;
  48. }
  49. .rating.r5 {
  50.     background: url("chrome://wot/skin/fusion/16_16/plain/trusted.png") bottom right no-repeat;
  51. }
  52.